STEP 2: Let's create an empty list that will hold the values of all the dice rolls.
An empty list is an empty pair of brackets like this: []. Our program will generate values to add to the list.
- In LOGIC click on . Drag out Empty List.
- Change the variable name of the list from my_list to rolls.
To navigate the page using the TAB key, first press ESC to exit the code editor.